(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <exec/types.h>
#include <proto/dos.h>
LONG Printf()
SYNOPSIS
STRPTR fmt
...
FUNCTION
INPUTS
fmt
the string to print arg1 - the first argument to the formatted string
RESULT
NOTES
EXAMPLE
BUGS
This is a quick hack. It doesn't work on 64bit nor when the stack is reversed.
SEE ALSO
INTERNALS
HISTORY
25.07.1997 digulla
Filled in code (BEWARE: This is a quick hack)
21.07.1997 srittau
Added Printf() and FPrintf() (doing nothing for now!)